C1.Silverlight Namespace > C1MessageBox Class > Show Method : Show(String,String,C1MessageBoxButton,C1MessageBoxIcon,Action<MessageBoxResult>) Method |
'Declaration
Public Overloads Shared Sub Show( _ ByVal message As System.String, _ ByVal caption As System.String, _ ByVal button As C1MessageBoxButton, _ ByVal icon As C1MessageBoxIcon, _ ByVal callback As System.Action(Of MessageBoxResult) _ )
'Usage
Dim message As System.String Dim caption As System.String Dim button As C1MessageBoxButton Dim icon As C1MessageBoxIcon Dim callback As System.Action(Of MessageBoxResult) C1MessageBox.Show(message, caption, button, icon, callback)
public static void Show( System.string message, System.string caption, C1MessageBoxButton button, C1MessageBoxIcon icon, System.Action<MessageBoxResult> callback )
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2